home *** CD-ROM | disk | FTP | other *** search
- class prop.pot extends MovieClip
- {
- var runSta;
- var steam;
- var steamBtn;
- function pot()
- {
- super();
- this.runSta = "none";
- }
- function steamOn()
- {
- this.steam._visible = true;
- this.steamBtn._visible = true;
- _global.ctn.sndCtrl.playSound("snd_steam");
- }
- function disapear()
- {
- this.gotoAndPlay("disapear");
- }
- }
-